home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 September 1 / CD [VMAG950901].bin / theway / contentp.dir / 00040.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  367 b   |  14 lines

  1. on enterFrame
  2.   set the movieTime of sprite 12 to 0
  3.   set the movieRate of sprite 12 to 1
  4. end
  5.  
  6. on exitFrame
  7.   repeat while (the mouseDown <> 1) and (the movieTime of sprite 12 < 9660) and not ((the mouseCast <= 128) and (the mouseCast >= 120))
  8.     updateStage()
  9.   end repeat
  10.   set the movieRate of sprite 12 to 0
  11.   set the movieTime of sprite 12 to 0
  12.   go("TVs")
  13. end
  14.